home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / mhis020.zip / CALLJUMP.MEX < prev    next >
Text File  |  1996-09-10  |  175b  |  11 lines

  1. #include <max.mh>
  2. #include "callers.mh"
  3. #include "callutil.mh"
  4.  
  5. int main () {
  6.   read_callers ();
  7.   callers.index := first_caller_index ();
  8.   write_callers ();
  9.   }
  10.  
  11.